home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / dev / misc / Robodoc2_0e.lha / Robodoc2.0e / Examples / prog2.c < prev    next >
Text File  |  1995-05-26  |  1KB  |  70 lines

  1. /****h* TEST/Prog2.C *******************************************************
  2. *
  3. *    NAME
  4. *      Prog2.C -- Test program 2. (v1.0)
  5. *
  6. *    COPYRIGHT
  7. *      Maverick Software Development (C) 1995
  8. *
  9. *    FUNCTION
  10. *      Totally nothing and useless.
  11. *
  12. *    AUTHOR
  13. *      Jacco van Weert
  14. *
  15. *    CREATION DATE
  16. *      15-Feb-95
  17. *
  18. *    MODIFICATION HISTORY
  19. *      15-Feb-95 - v1.0 - First version
  20. *
  21. *    NOTES
  22. *      Nothing special
  23. *
  24. ****************************************************************************
  25. */
  26.  
  27.  
  28. /****i* Prog2.C/Proc_Internal2 *********************************************
  29. *
  30. *    NAME
  31. *      Proc_Internal2 -- Internal procedure test program. (v1.0)
  32. *
  33. *    SYNOPSIS
  34. *      Proc_Internal2
  35. *
  36. *    FUNCTION
  37. *      Just for fun.
  38. *
  39. *    INPUTS
  40. *      No inputs
  41. *
  42. *    BUGS
  43. *      The procedure does not exist :)
  44. *
  45. *    SEE ALSO
  46. *      Proc_Normal1, Proc_Internal1
  47. *      Proc_Normal2, Prog1.C
  48. *
  49. ****************************************************************************
  50. */
  51.  
  52. /****** Prog2.C/Proc_Normal2 ***********************************************
  53. *
  54. *    NAME
  55. *      Proc_Normal2 -- Normal procedure. (v1.0)
  56. *
  57. *    SYNOPSIS
  58. *      Proc_Normal2
  59. *
  60. *    FUNCTION
  61. *      Useless.
  62. *
  63. *    SEE ALSO
  64. *      Proc_Internal1, Proc_Normal1
  65. *      Prog1.C
  66. *
  67. ****************************************************************************
  68. */
  69.  
  70.